RealtimeDbOnValueMethodExtra
import { RealtimeDbOnValueMethodExtra } from "@hyper-fetch/firebase"
Description
Defined in adapter/types/adapter.realtime.types.ts:61
Preview
type RealtimeDbOnValueMethodExtra = {
ref: DatabaseReference;
snapshot: DataSnapshot;
}
Structure
{
ref: DatabaseReference;
snapshot: DataSnapshot;
}